

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

:root {
    --primarycolor: #4881a8;
    --secondarycolor: #2a2e30;
    --highlightcolor1: #81c3c9;
    --highlightcolor2: #8fac6a;
  }
  
  
  @font-face { 
    font-family: "Glacial Indifference";
    font-style: Regular;
    font-weight: 400;
    src: 
      url(../vendor/font/glacial-indifference/GlacialIndifference-Regular.otf) format("opentype"),
  }
  
  @font-face { 
    font-family: "HolidayFree";
    font-style: Regular;
    font-weight: 100;
    src: 
    url(../vendor/font/FontsFree-Net-HolidayFree.ttf) format("opentype"),
  }
  
  main {
    background-color: white;
  }
  
  
  body {
    font-family: "Glacial Indifference", sans-serif;
    color: #444444;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-tap-highlight-color: transparent;
  }
  
  a {
    color: var(--primarycolor);
    text-decoration: none;
  }
  
  a:hover {
    color: #3b8af2;
    text-decoration: none;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", sans-serif;
  }
  
  /*--------------------------------------------------------------
  # Preloader
  --------------------------------------------------------------*/
  #preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
  }
  
  #preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid var(--primarycolor);
    border-top-color: #e2eefd;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
  }
  
  @-webkit-keyframes animate-preloader {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes animate-preloader {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  /*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
  .back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: var(--primarycolor);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
  }
  .back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
  }
  .back-to-top:hover {
    background: #3284f1;
    color: #fff;
  }
  .back-to-top.active {
    visibility: visible;
    opacity: 1;
  }
  
  /*--------------------------------------------------------------
  # Disable aos animation delay on mobile devices
  --------------------------------------------------------------*/
  @media screen and (max-width: 768px) {
    [data-aos-delay] {
      transition-delay: 0 !important;
    }
  }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 86px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  display: flex;
}
#header.fixed-top {
  height: 70px;
}
#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
}
#header .logo a {
  color: #444;
}
#header .logo a span {
  color: var(--primarycolor);
}
#header .logo img {
  max-height: 60px;
  max-width: calc(160px + 10vw);
}

#header .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 7px 18px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: var(--primarycolor);
  margin-left: 2.4vw;
}

.scrolled-offset {
  margin-top: 70px;
}

@media (min-width: 1400px){
  #header {
    justify-content: space-between;
    padding: 0 7vw;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px){
  #header {
    justify-content: space-evenly;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
  #header {
    justify-content: space-between;
    padding: 0 2.8vw;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  #header {
    justify-content: space-between;
    padding: 0 60px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  #header {
    justify-content: space-between;
    padding: 0 40px;
  }
}
@media (max-width: 575.98px) {
  #header {
    justify-content: space-between;
    padding: 0 40px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 1.8vw;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: calc(9px + 0.5vw);
  font-weight: 600;
  color: #222222;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: var(--primarycolor);
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 100%;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: var(--primarycolor);
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: var(--primarycolor);
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: var(--primarycolor);
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: var(--primarycolor);
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

.navbar-mobile .btn-get-started {
  margin-top: 20px;
}

.navbar-mobile a {
  justify-content: flex-start;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 70px 0 100px;
    overflow: hidden;
  }
  
  .section-bg {
    background-color: white;
  }
  
  .section-title {
    text-align: center;
    padding: 9px 5vw;
  }

  .section-title h2 {
    font-size: 48px;
    letter-spacing: 1px;
    font-weight: 100;
    padding: calc(8px + 1.3vw) 1.7vw calc(8px + 0.9vw);
    margin: 0;
    color: var(--primarycolor);
    display: inline-block;
    border-radius: 50px;
    font-family: "Glacial Indifference";
  }
  
  .section-title h3 {
    margin: 0 0 12px;
    font-size: 32px;
    font-weight: 700;
  }
  .section-title h3 span {
    color: var(--primarycolor);
  }
  .section-title p {
    margin: 15px auto 0 auto;
    font-weight: 600;
  }
  @media (min-width: 1024px) {
    .section-title p {
      width: 50%;
    }
  }
  

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  display: flex;
  background-image: url(../img/preschool/Preschool\ header.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 3.4rem;
}

.breadcrumbs a {
  font-weight: 500;
  font-size: 0.9rem;
}

.breadcrumbs p {
  margin-bottom: 0;
  font-size: calc(32px + 3vw);
  margin-top: 1.8rem;
  font-weight: 100;
  color: var(--primarycolor);
  font-family: "HolidayFree";
  text-align: center;
}

.breadcrumbs i {
  margin: 0 6px 0 7px;
  font-size: 12px;
}

.grey {
  color:rgb(199, 199, 199);
}

@media (min-width: 1400px){
  .breadcrumbs {
    margin-bottom: 0;
}
}
@media (min-width: 1200px) and (max-width: 1399.98px){

  .breadcrumbs {
    margin-bottom: 1vw;
}
}
@media (min-width: 992px) and (max-width: 1199.98px){

  .breadcrumbs {
    margin-bottom: 1vw;
}
}
@media (min-width: 768px) and (max-width: 991.98px){
  
  .breadcrumbs {
    margin-bottom: 2vw;
}
}
@media (min-width: 576px) and (max-width: 767.98px){
  
  .breadcrumbs {
    margin-bottom: 0;
}
}
@media (max-width: 575.98px) {

  .breadcrumbs {
    margin-bottom: 5vw;
}
}

/*--------------------------------------------------------------
# me2
--------------------------------------------------------------*/

.me2 {
    background-color: white;
    padding: 1vw 0;
  }
  
.me2 .one {
  background-image: url(../img/preschool/Preschool\ crying.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.me2 .two {
  background-image: url(../img/preschool/preschool3.1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 40%;
}

  .me2 .section-title h2{
    font-size: calc(19px + 0.9vw);
    font-weight: bold;

  }
  
  .me2 p {
    font-size: calc(11px + 0.6vw);
    line-height: 1.2;
    margin-bottom: 10px;
  }
  
  .me2 h3 {
    font-weight: 600;
    font-size: calc(12px + 0.7vw);
    text-align: center;
  }

  
  .me2 .nadine2 {
    background-image: url(../img/preschool/Preschool\ Wheel\ EF.png);
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
  }
  

@media (min-width: 1400px){

  .me2 {
    display: flex;
    justify-content: space-evenly;
  }
  
  .me2 .two {
    background-image: url(../img/preschool/preschool3.1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 40%;
  }

  .me2 .nadine2 {
    background-position-y: center;
    background-position-x: center;
    background-size: 60%;
    margin: 0;
  }

  .me2 .content {
    padding: 1vw 0;
  }

  .check {
    text-align: center;
  }

  .check img {
    width: 50%;
  }

  .write {
    margin-bottom: 30px;
  }

}
@media (min-width: 1200px) and (max-width: 1399.98px){

  .me2 {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 1vw;
  }
  
  .me2 .two {
    background-image: url(../img/preschool/preschool3.1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 40%;
  }

  .me2 .nadine2 {
    background-position-y: top;
    background-position-x: 40% !important;
    background-size: 64%;;
    margin: 1vw 0 2vw;
  }

  .me2 .content {
    margin: 1vw 0 2vw;
  }

  .check {
    text-align: center;
  }

  .check img {
    width: 50%;
  }

  .write {
    margin-bottom: 20px;
  }

}
@media (min-width: 992px) and (max-width: 1199.98px){

  .me2 {
    display: flex;
    justify-content: space-evenly;
  }
  
  .me2 .two {
    background-image: url(../img/preschool/preschool3.1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 40%;
  }

  .me2 .nadine2 {
    background-position-y: top;
    background-position-x: right;
    background-size: 75%;
    margin: 0 0 1vw;
  }

  .me2 .content {
    margin: 0 0 1vw;
  }

  .check {
    text-align: center;
  }

  .check img {
    width: 48%;
  }

  .write {
    margin-bottom: 20px;
  }

}

@media (min-width: 768px) and (max-width: 991.98px){

  .me2 .nadine2 {
    background-position-y: 30%;
    background-position-x: center !important;
    background-size: 90%;
    min-height: 38vw;
    order: 2;
    display: grid;
    justify-self: center;
    margin: 0 0 1vw;
  }

  .me2 .two {
    background-image: url(../img/preschool/Preschool\ 3-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 20% 0%;
  }

  .me2{
    display: grid;
    justify-self: center;
  }

  .me2 .one {
    min-height: 50vw;
    order: 2;
    margin: 2vw auto;
  }

  .me2 .two {
    min-height: 30vw;
    order: 2;
    margin: 0 auto 1vw;
  }

  .me2 .content {
    padding: 0 0 0 0 !important;
    order: 2;
    display: grid;
    justify-self: center;
  }

  .me2 p {
    padding: 0 10px;
  }

  .check {
    text-align: right;
  }

  .check img {
    width: 50%;
  }

}

@media (min-width: 576px) and (max-width: 767.98px){
  
  .me2 .nadine2 {
    background-position-y: top;
    background-position-x: center !important;
    background-size: 65%;
    min-height: 55vw;
    order: 1;
    display: grid;
    justify-self: center;
    margin: 0 0 1vw;
  }

  .me2 .two {
    background-image: url(../img/preschool/preschool3.1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 70% 50%;
  }

  .me2{
    display: grid;
    justify-self: center;
  }

  .me2 .one {
    min-height: 50vw;
    order: 2;
    margin: 2vw auto;
  }

  .me2 .two {
    min-height: 32vw;
    order: 1;
    margin: 0 auto 5vw;
  }

  .me2 .content {
    padding: 0 0 0 0 !important;
    order: 2;
    display: grid;
    justify-self: center;
  }

  .me2 p {
    padding: 0 0 0 10px;
  }

    .write {
      margin-bottom: 20px;
    }


  .check {
    text-align: right;
  }

  .check img {
    width: 50%;
  }

}

@media (max-width: 575.98px) {

  .me2 .nadine2 {
    background-position-y: top;
    background-position-x: center !important;
    background-size: 73%;
    min-height: 73vw;
    order: 1;
    display: grid !important;
    justify-self: center !important;
    margin: 1vw auto;
  }

  .me2 .two {
    background-image: url(../img/preschool/Preschool\ 3-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 40%;
  }

  .me2 {
    display: grid;
    justify-self: center;
    margin-bottom: 40px;
  }

  .me2 .one {
    min-height: 73vw;
    order: 2;
    margin: 2vw auto;
  }

  .me2 .two {
    min-height: 84vw;
    order: 1;
    margin: 2vw auto;
  }

  .me2 .content {
    padding: 4vw 0 0 0 !important;
    order: 2;
    justify-self: center;
    --bs-gutter-x: 0 !important;
  }

  .me2 .row {
    --bs-gutter-x: 0 !important;
  }

  .me2 p {
    padding: 0 1vw;
  }

  .check {
    text-align: right;
  }

  .check img{
    vertical-align: 20%;
  }

  .write {
    margin-bottom: 4vw;
    padding-right: 8vw;
  }

  .check img {
    width: 40%;
  }

}




/*--------------------------------------------------------------
# me
--------------------------------------------------------------*/

.me {
    background-color: var(--primarycolor);
    color: white;
    padding: 3vw 0.5vw;
    margin-top: 4vw;
  }
  
  .me p {
    font-size: 22px;
    text-align: center;
  }
  
  .me .btn-get-started {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: var(--primarycolor);
    margin-right: 20px;
    margin-top: 20px;
    border: 1px solid white;
  }
  
  .me h3 {
    font-weight: 600;
    font-size: calc(6px + 1.5vw);
    text-align: center;
    margin-bottom: 22px;
  }
  .me .content {
    text-align: center;

  }
  
  

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: linear-gradient(#ffffffd5, #ffffffd5), url(../img/logodesign.png) no-repeat;
  background-color: white;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 10px 0 10px 0;
  margin: 4% 1%;
  color: #444444;
  font-size: 14px;
  max-height: 100vw;
}

#footer h4 {
  font-family: HolidayFree;
  font-size: calc(1.4vw + 22px);
}

#footer p {
  font-size: calc(0.6vw + 24px);
}

#footer .footer-top {
  text-align: center;
  padding: calc(7vw + 28px) 0 6vw;
}


#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: var(--primarycolor);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #3b8af2;
  color: #fff;
  text-decoration: none;
}
#footer .copyright {
  text-align: center;
}

@media (max-width: 768px) {
  #footer .copyright, #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}